Click or drag to resize

LockScope Enumeration

Specifies whether a lock is an exclusive lock, or a shared lock.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public enum LockScope
Members
  Member nameValueDescription
Exclusive0 Specifies an exclusive lock, where the access right is only granted to a single principal.
Shared1 Specifies an shared lock, allows multiple principals to receive a lock.
Local2 Specifies a transaction of local scope.
See Also